C#
VB
C++
Initializes a new IccColorLookupTable8Bit with explicit parameters.
public IccColorLookupTable8Bit(
byte[] numberOfGridPoints,
byte precision,
byte[] data
)
Public Function New( _
ByVal numberOfGridPoints() As Byte, _
ByVal precision As Byte, _
ByVal data() As Byte _
)
public:
IccColorLookupTable8Bit(
array<byte>^ numberOfGridPoints,
byte precision,
array<byte>^ data
)
numberOfGridPoints
Array that contains the number of grid points in each dimension.
precision
Precision of data elements, in bytes. Must be 01h.
data
Buffer of color lookup table data points. The size of each element is 1 byte.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET